'Declaration
Public Function GetBlockType( _ ByVal OCRResultID As String, _ ByVal BlockIdx As Integer _ ) As OCRBlockType
public OCRBlockType GetBlockType( string OCRResultID, int BlockIdx )
public function GetBlockType( OCRResultID: String; BlockIdx: Integer ): OCRBlockType;
public function GetBlockType( OCRResultID : String, BlockIdx : int ) : OCRBlockType;
public: OCRBlockType GetBlockType( string* OCRResultID, int BlockIdx )
public: OCRBlockType GetBlockType( String^ OCRResultID, int BlockIdx )
Parameters
- OCRResultID
- BlockIdx